projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e37e2b
)
Fix missing import.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 28 Nov 2006 11:43:43 +0000
(11:43 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 28 Nov 2006 11:43:43 +0000
(11:43 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendCheckpoint.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendCheckpoint.py
b/tools/python/xen/xend/XendCheckpoint.py
index 3d5bdc97325605e8eb27915c5aa1ec7709c29bd5..b7c964d70aab3b5dd13f5317f889b06dfc2902d9 100644
(file)
--- a/
tools/python/xen/xend/XendCheckpoint.py
+++ b/
tools/python/xen/xend/XendCheckpoint.py
@@
-16,7
+16,7
@@
import xen.util.auxbin
import xen.lowlevel.xc
from xen.xend import balloon, sxp
-from xen.xend.XendError import XendError
+from xen.xend.XendError import XendError
, VmError
from xen.xend.XendLogging import log
from xen.xend.XendConstants import *
from xen.xend.XendConfig import XendConfig